home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / pgv6.0.16.exe / [0] / postproc.bat < prev    next >
DOS Batch File  |  2013-01-18  |  215b  |  7 lines

  1. REM If this batch file exists in a FILE carrier output folder,
  2. REM it will be run against every message that is written out
  3. REM
  4. REM This example passes file to csvsub.exe for processing 
  5. REM
  6. %~p0csvsub.exe %1
  7.